home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 126-150 / disk_128 / sdbackup / poster < prev    next >
Text File  |  1992-05-06  |  2KB  |  53 lines

  1. Article 8573 of comp.sys.amiga:
  2. Path: mcdsun!noao!hao!husc6!mit-eddie!ll-xn!ames!aurora!labrea!decwrl!drew
  3. From: drew@cgofs.dec.com (Steve Drew)
  4. Newsgroups: comp.sys.amiga
  5. Subject: SDBackup Part 1 of 2 (Docs)
  6. Message-ID: <11707@decwrl.DEC.COM>
  7. Date: 28 Sep 87 17:20:00 GMT
  8. Sender: daemon@decwrl.DEC.COM
  9. Organization: Digital Equipment Corporation
  10. Lines: 410
  11.  
  12.  
  13. I'm sending this here for speed, also it's not too big. I'll be sending
  14. Shell 2.07M to .sources,binaries later this week and if I get a chance
  15. to tidy up the code I'll send the source for SDBackup there too.
  16. But for now heres the Doc file, and UUE file.
  17.  
  18. I wrote this backup program about a month ago when I got my Supra 20 meg
  19. drive. It is CLI oriented, and is invoked in one command line. At the present
  20. it does not support wild cards, but you can select a single directory
  21. or single file. I have quite a few people who have backed up and restored
  22. their entire drives using SDBackup with no problems.
  23.  
  24. It seems that the availability of PD backup programs is getting much better
  25. MRBackup seems very good also, Mark obviously put alot of time into his
  26. backup program and I don't mean to compete with anyone. I just have'nt seen
  27. a PD backup program arround yet that uses the 1.2 archive bits. And it sure
  28. is nice not to have to remember the last time you did a backup.
  29.  
  30. Some Features:  (SDBackup Version 1.1).
  31. --------------
  32.  
  33. - Is generic to any drives, eg. you can backup floppies to floppies.
  34.   You can even backup (compress) 3 1/2 to 5 1/4 disks.
  35. - Uses LZ Compression.
  36. - It does support 1.2 Archive bits and any file when backup up gets it's
  37.   archive bit set, thus you can do incrementals via date/time or by
  38.   using the archive bit. (-s LAST)
  39.   Shell 2.07M (sending out later this week) will show you the Archive
  40.   bits under a dir command, in the protection field.
  41. - Has a built in maintenance mode for checking/marking/clearing archive
  42.   bits on files. Any big files or directories you don't wont backed up
  43.   you can then just set the archive bit on and use the -s LAST mode.
  44. - Error recovery is easy since all the files are marked as you go,
  45.   restarting the backup half way through will continue at the file you
  46.   left off at.
  47. - Having preformated your disks with labels XXXX_nn: (eg. Backup_1:)
  48.   you can stick a disk in df0: and df1: and walk away.
  49. - Or you can have SDBackup format them for you on the fly.
  50. - Can have SDBackup just show you the files that would be backed up
  51.   without doing anything by using the -V switch.
  52.  
  53.